home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
BORLAND TURBO ASSEMBLER
/
THUNK95.PAK
/
DLL16.DEF
< prev
next >
Wrap
Text File
|
1996-01-10
|
643b
|
24 lines
DESCRIPTION 'Module definition file for 16-bit DLL'
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
; If the 16-bit DLL is not marked for Windows 4.0,
; the DllEntryPoint function will not be called.
SUBSYSTEM 4.0
HEAPSIZE 5120
; Since pascal calling convention is being used in the 16-bit world,
; all symbols will have been force to upper case by the compiler, and
; by the assembler by default.
EXPORTS
DLLENTRYPOINT @1 RESIDENTNAME
THUNKOBJ_THUNKDATA16 @2
FUNC16 @3
IMPORTS
C16THKSL01 = KERNEL.631
THUNKCONNECT16 = KERNEL.651